禁用系統(tǒng)更新教程 新帖
1.然后在命令提示行工具里依次輸入以下命令
D:
cd adb
adb version
出現(xiàn)就說明adb工具調(diào)用正常(前面兩個(gè)命令,根據(jù)你的ADB工具解壓目錄自行調(diào)整 )
2.繼續(xù)輸入命令
adb devices
如果第4步不彈出授權(quán)窗口,此時(shí)可以通過輸入adb shell命令,手機(jī)上就會(huì)彈出第4步的授權(quán)窗口。
檢查手機(jī)連接正常,就能開始禁用系統(tǒng)更新了
輸入下面兩個(gè)命令
adb shell pm disable-user com.wssyncmldm
adb shell pm disable-user com.sec.android.soagent
成功與否參考下圖,手機(jī)上清除下后臺(tái),進(jìn)入設(shè)置界面,看看系統(tǒng)更新是不是已經(jīng)消失了。
3.如果后面想要系統(tǒng)更新,用下面兩個(gè)命令啟用系統(tǒng)更新
adb shell pm enable com.wssyncmldm
adb shell pm enable com.sec.android.soagent
-----------------
https://baijiahao.baidu.com/s?id=1736569029335189790&wfr=spider&for=pc



